home *** CD-ROM | disk | FTP | other *** search
/ Express Pd: GALORE / Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso / 3.0 / rexxc / ep_quit.dopus < prev    next >
Text File  |  1993-12-27  |  258b  |  15 lines

  1. /* Eagleplayeransteuerung über Diropus (Quit)
  2.    (c) 1993 DEFECT
  3. */
  4. if (pos('rexx_EP',SHOW('Ports')) = 0) then 
  5.  do
  6.   address 'DOPUS.1'
  7.   toptext 'Eagleplayer not found'
  8.   exit
  9.  end
  10. address 'rexx_EP'
  11. quit
  12. address 'DOPUS.1'
  13. toptext 'Eagleplayer quitted'
  14. exit
  15.